From 5bb8461f27ec5a6459e0942ede5df82701f68ec1 Mon Sep 17 00:00:00 2001 From: robertl Date: Sat, 2 Sep 2006 23:19:03 +0000 Subject: [PATCH] Avoid C99'ismin gpsutil.c git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2349 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/gpsutil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/gpsutil.c b/gpsbabel/gpsutil.c index ee28e6cf4..7f2c9ae89 100644 --- a/gpsbabel/gpsutil.c +++ b/gpsbabel/gpsutil.c @@ -64,13 +64,13 @@ data_read(void) char alttype; char icon[3]; waypoint *wpt_tmp; - icon[0] = 0; /* * Make sure that all waypoints in single read have same * timestamp. */ time_t now = current_time(); + icon[0] = 0; while ((ibuf = gbfgetstr(file_in))) { int n, len; -- 2.30.2